body {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

a,
a:hover {
    text-decoration: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar {
    margin-bottom: 0;
    box-shadow: 0px 0px 0px;
    border: 0 none;
}

.navbar-brand {
    padding: 16px 15px;
}

.navbar-brand img {
    max-height: 69px;
}

.navbar-nav>li>a {
    border: 2px solid transparent;
    color: #333;
    padding: 37px 14px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
    background: none;
    border-bottom: 2px solid #097ada;
    color: #097ada;
}

.top .nav .open>a,
.top .nav .open>a:focus,
.top .nav .open>a:hover {
    background: none;
}

.top .dropdown-menu>li>a:hover {
    text-decoration: none;
}

.top .dropdown-menu>li>a {
    padding: 12px 20px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #f1f1f1;
    border-bottom: 2px solid transparent;
    border-color: rgba(0, 0, 0, 0);
}

.carousel-caption {
    bottom: 35%;
}

.series,
.sy-about,
.sy-product {
    margin-top: 50px;
}

.ser-img {
    position: relative;
    overflow: hidden;
}

.ser-img img {
    transition: all 0.3s;
}

.ser-img:hover img {
    transform: scale(1.4, 1.4);
}

.ser-text {
    border-bottom: 5px solid #e3e3e3;
    transition: all ease-in-out 0.5s;
}

.ser-text:hover {
    border-bottom: 5px solid #097ada;
}

.ser-text h2 {
    font-weight: bold;
    color: #333;
    transition: all ease-in-out 0.5s;
}

.ser-text h2 i {
    padding-left: 20px;
    font-size: 18px;
}

.ser-text:hover h2 {
    color: #097ada;
}

.icon_bg {
    margin-top: 50px;
}

.sit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.sit h2 {
    font-size: 24px;
    color: #0273c9;
    padding-bottom: 15px;
    position: relative;
}

.sit h2 span {
    color: #666;
}

.sit h2:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    content: "";
    width: 50px;
    height: 3px;
    background: #097ada;
}

.abtit {
    font-size: 22px;
    font-weight: normal;
}

.icon16 {
    width: 25%;
    float: left;
}

.icon0 {
    padding: 20px 0;
}

.icon01 {
    padding: 20px 0;
}

.ainfo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_icon {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.about_icon .icon1 {
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon1 {
    opacity: 0;
}

.about_icon .icon2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.text-indent {
    text-indent: 2rem;
}

.product {
    background: url(images/pbg.png) no-repeat center top;
    color: #fff;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.amore {
    margin-top: 40px;
    color: #333333;
    font-size: 14px;
    font-weight: bold
}

.amore a {
    border: 1px solid #d2d2d2;
    color: #333333;
    padding: 10px 15px;
    border-radius: 20px;
}

.show-item {
    width: 100%;
}

.show-item ul {
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
}

.show-item ul li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 0px 10px;
}

.item_warp {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.item-box img {
    border: 1px solid #ddd;
}

.show-item ul li img {
    max-width: 100%;
    height: auto;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.show-item li:hover img,
.leader-list1:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.mask_warp {
    display: table;
    width: 100%;
    height: 100%;
}

.mask-cont {
    display: table-cell;
    vertical-align: middle;
}

.mask:before,
.mask:after {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

}

.mask:before {
    border-top: 3px solid rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.mask:after {
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    border-right: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -o-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.mask:hover:before,
.mask:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.mask-cont h1,
.mask-cont p,
.mask-cont span {
    color: white;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition: .35s;
}

.mask-cont h1 {
    font-size: 20px;
    font-weight: normal;
    max-width: 70%;
    margin: 0 auto;
}

.mask-cont span {
    display: block;
    font-size: 12px;
    width: 102px;
    height: 34px;
    line-height: 34px;
    margin: -3% auto 0;
    color: white;
    background: #ff6253;
}

.item-box:hover>.mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    background-color: rgba(9, 122, 218, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7e5d1e, endColorstr=#7e5d1e), alpha(opacity=0);
}

.item-box:hover>.mask p,
.item-box:hover>.mask h1,
.item-box:hover>.mask span {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    /* -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0); */
}

.item-box:hover>.mask span {
    margin: 3% auto 0;
}

.item-content {
    padding-right: 5%;
}

.blocks>li,
[class*="blocks-"]>li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.show-item ul li h2 {
    font-weight: normal;
}

.show-item ul li h2 a {
    color: #333;
}

.ptit h2,
.ptit h2 span {
    color: #fff;
    margin-bottom: 0;
}

.ptit {
    border-bottom: 1px solid #62c5e3;
}

.ptit h2:after {
    background: #fff;
    bottom: 0px;
}

.sy-news .date-time {
    display: block;
    background: #ebeaea;
    font-weight: 300;
    width: 100px;
    height: 100px;
    color: #999;
    text-align: center;
    padding-top: 17px;
}

.sy-news .date-time>span.big {
    font-size: 40px;
    color: #0273c9;
}

a,
a:focus,
a:hover {
    color: #524d4d;
}

.media {
    margin-bottom: 20px;
}

h3.media-heading {
    margin-top: 0px;
}

.media-left,
.media>.pull-left {
    padding-right: 20px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
}

.news {
    margin-top: 50px;
}

.sy-news p.des {
    font-size: 13px;
    color: #827d7d;
    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}

.sy_news ul.blocks-2 li p.des {
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news ul.blocks-2 li p.des {
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
}

/* ---------------首页new */
.news .date-time {
    width: 90px;
    height: 66px;
    color: #999;
    padding-top: 4px;
}
.news .date-time>span.big {
    font-size: 30px;
}
.news .media {
    margin-bottom: 10px;
}
/* ---------------首页new */
    
.sy-footertop {
    margin-top: 50px;
    background: #004d90;
    overflow: hidden;
}

.sy-footertop-w {
    width: 80%;
    padding: 50px 0 20px;
    overflow: hidden;
    margin: 0 auto;
}

.Bottom_Title h2 {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

.Bottom_Title hr {
    border: 2px double #47c9ff;
    width: 45px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.bottom_list {
    padding: 20px 0px;
    font-size: 14px;
    color: #fff;
    margin: 0px;
}

.bottom_list ul {
    padding: 0px;
    margin: 0px;
}

.bottom_list li {
    text-align: left;
    position: relative;
    display: block;
    line-height: 35px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.bottom_list a {
    color: #fff;
}

.bottom_list li img {
    margin-bottom: 20px;
}

.sy-footerbottom {
    background: #1660ab;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    color: #fff;
}
.sy-footerbottom a{
    color:#fff;
}

.btn-contact {
    margin-top: 20px;
}

.btn-contact a {
    background: #47c9ff;
    color: #fff;
    padding: 12px 20px;
    border-radius: 3px;
}

#map {
    height: 500px;
}

.ord-f {
    border: solid 1px #dcdcdc;
    padding: 30px;
    margin: 20px 0;
}

.indexcase_cate a {
    display: inline-block;
    margin: 2px;
    line-height: 32px;
    border: 1px #dbdbdb solid;
    padding: 0 30px;
    color: #666;
}

.indexcase_cate .active {
    color: #fff;
    background-color: #4091f4;
    border-color: #4091f4;
}

.indexcase_cate a:hover {
    color: #fff;
    background-color: #4091f4;
    border-color: #4091f4;
}

.n-d {
    margin: 20px 0;
}

.n-d h3 {
    line-height: 40px;
    color: #666;
}

.n-d p {
    line-height: 30px;
}
.friendlink {
    float: left;
    color: #fff;
    line-height: 27px;
}

.friendlink i {
    list-style: none;
    font-style: normal;
    line-height: 30px;
    float: left;
}

.friendlink .linkTagcs {
    text-align: left;
    float: right;
    width: 181px;
    max-height: 30px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    line-height: 30px;
}

.friendlink .linkTagcs a {
    display: block;
    color: #fff;
}

.friendlink .linkTagcs:hover {
    max-height: 30px;
    overflow-x: hidden;
    overflow-y: auto;
}




























@media (max-width: 1199px) {
    .navbar-nav>li>a {
        padding: 10px 13px;
    }

}

@media (max-width: 991px) {
    .navbar-brand img {
        max-height: 35px;
    }

    .navbar-nav>li>a {
        padding: 8px;
        font-size: 13px;
    }

    .navbar-brand {
        padding: 31px 15px;
    }

}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 20px 15px;
    }

    .icon_bg {
        padding: 0;
    }

    .navbar-brand img {
        max-height: 33px;
    }

    .navbar-toggle {
        background-color: #eee;
        margin: 20px 10px 20px 0;
    }

    .navbar-toggle .icon-bar {
        background-color: #555;
    }

    .navbar-nav>li>a {
        font-size: 15px;
        color: #555;
        margin: 0;
        padding: 10px 10px;
    }

    .ser-text {
        margin-bottom: 26px;
    }

    .icon16 {
        width: 50%;
    }

    .product {
        background-size: cover;
    }

    .pic {
        margin-bottom: 20px;
    }
}


/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #0273c9;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #0273c9;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background: #0273c9;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color: #ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #0273c9;
    color: #fff;
    border-color: #0273c9;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

.p-d-p img {
    width: 80%;
}

.p-d-p {
    text-align: center;
}

.hon .col-md-4 {
    text-align: center;
}

.hon .col-md-4 img {
    display: inline;
    height: 200px;
}

.ny-p {
    text-align: center;
}

.ny-p img {
    display: inline;
    height: 200px;
}




@media (min-width: 768px) {
    .visible-xs {
        display: none !important
    }
}

@media (max-width: 767px) {

    .visible-xs {
        display: block !important
    }

    ul,
    li {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .top_bar {
        position: fixed;
        z-index: 900;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif;
    }

    .top_menu {
        display: -webkit-box;
        border-top: 0px solid #3D3D46;
        display: block;
        width: 100%;
        background: rgba(117, 117, 117, 1);
        height: 55px;
        display: -webkit-box;
        display: box;
        margin: 0;
        padding: 0;
        -webkit-box-orient: horizontal;
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
    }

    .top_bar .top_menu>li {
        -webkit-box-flex: 1;
        position: relative;
        text-align: center;
    }

    .top_menu li:first-child {
        background: none;
    }

    .top_bar .top_menu>li>a {
        height: 55px;
        margin-right: 1px;
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        -webkit-box-flex: 1;
    }

    .top_bar .top_menu>li.home {
        max-width: 70px
    }

    .top_bar .top_menu>li.home a {
        height: 48px;
        width: 48px;
        margin: auto;
        border-radius: 60px;
        position: relative;
        top: 3px;
        left: 2px;
        background: url('__PUBLIC__/images/dwhome.png') no-repeat center center;
        background-size: 100% 100%;
    }

    .top_bar .top_menu>li>a label {
        overflow: hidden;
        margin: 0 0 0 0;
        font-size: 12px;
        display: block !important;
        line-height: 18px;
        text-align: center;
    }

    .top_bar .top_menu>li>a img {
        padding: 0;
        height: 24px;
        width: 24px;
        color: #fff;
        line-height: 48px;
        vertical-align: middle;
    }

    .top_bar li:first-child a {
        display: block;
    }

    .menu_font {
        text-align: left;
        position: absolute;
        right: 10px;
        z-index: 500;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#524945), to(#48403c), color-stop(60%, #524945));
        border-radius: 5px;
        width: 120px;
        margin-top: 10px;
        padding: 0;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    }

    .menu_font.hidden {
        display: none;
    }

    .menu_font {
        top: inherit !important;
        bottom: 60px;
    }

    .menu_font li a {
        height: 40px;
        margin-right: 1px;
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        -webkit-box-flex: 1;
    }

    .menu_font li a {
        text-align: left !important;
    }

    .top_menu li:last-of-type a {
        background: none;
        overflow: hidden;
    }

    .menu_font:after {
        top: inherit !important;
        bottom: -6px;
        border-color: #48403c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        border-width: 6px 6px 0;
        position: absolute;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        left: 80%;
    }

    .menu_font li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .menu_font li:first-of-type {
        border-top: 0;
    }

    .menu_font li:last-of-type {
        border-bottom: 0;
    }

    .menu_font li a {
        height: 40px;
        line-height: 40px !important;
        position: relative;
        color: #fff;
        display: block;
        width: 100%;
        text-indent: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .menu_font li a img {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-top: -2px;
        color: #fff;
        line-height: 40px;
        vertical-align: middle;
    }

    .menu_font>li>a label {
        padding: 3px 0 0 3px;
        font-size: 14px;
        overflow: hidden;
        margin: 0;
    }

    #menu_list0 {
        right: 0;
        left: 10px;
    }

    #menu_list0:after {
        left: 20%;
    }

    #sharemcover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        z-index: 20000;
    }

    #sharemcover img {
        position: fixed;
        right: 18px;
        top: 5px;
        width: 260px;
        height: 180px;
        z-index: 20001;
        border: 0;
    }

    .top_bar .top_menu>li>a:hover,
    .top_bar .top_menu>li>a:active {
        background-color: #333;
    }

    .menu_font li a:hover,
    .menu_font li a:active {
        background-color: #333;
    }

    .menu_font li:first-of-type a {
        border-radius: 5px 5px 0 0;
    }

    .menu_font li:last-of-type a {
        border-radius: 0 0 5px 5px;
    }

    #plug-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 800;
    }

    #cate18 .device {
        bottom: 49px;
    }

    #cate18 #indicator {
        bottom: 240px;
    }

    #cate19 .device {
        bottom: 49px;
    }

    #cate19 #indicator {
        bottom: 330px;
    }

    #cate19 .pagination {
        bottom: 60px;
    }
}




/* -----------------------在线客服 */

#online_service_bar{font-size:12px;color:#555;font-family:"Microsoft YaHei",Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;}
#online_service_bar a{color:#555;text-decoration: none;}
#online_service_bar a:hover{color:#E21F2B;text-decoration: none;}
#online_service_bar img{border:none;vertical-align: middle;}
#online_service_bar dl,#online_service_bar dd,#online_service_bar ul,#online_service_bar li{margin:0;padding:0;list-style:none;}

/*在线客服边栏*/
#online_service_bar{position:absolute; top:-150px; right:0;overflow:hidden;z-index:1001;}
#online_service_fullbar{display:none;width:138px;padding-bottom:10px;background:url(footer.gif) no-repeat left bottom;}
.service_bar_head{text-indent: -9999px;width:138px;height:58px;position:relative;background:url(header.gif) no-repeat left top;}
.service_bar_main{width:auto;padding:5px 12px;background:url(main.gif) repeat-y left top;}
#service_bar_close{position:absolute;width:35px;height:35px;top:0;right:0;cursor:pointer;display:block;text-indent: -9999px;}

/*在线客服边栏收缩状态*/
#online_service_minibar{margin-top:150px;width:23px;height:80px;background:url(mini.gif) no-repeat right top;display:none;cursor: pointer;}

/*客服菜单列表*/
.service_menu{font-size:12px;width:106px;overflow:hidden;}
.service_menu li{width:106px;display:inline;overflow:hidden;}
.service_menu li dt{text-align:left;margin-bottom:5px;padding:8px 10px 6px 10px;*padding:9px 10px 5px 10px;background:url(menu.gif) no-repeat top center;cursor: pointer;}
.service_menu li dd{display:none;text-align:center;}
.service_menu li dd a img{margin-bottom:5px;}
.service_menu li.hover dt{color:#e21F2B;}
.service_menu li.hover dd{padding:5px 0;line-height:20px;}
.qq_btn{display:block;padding:4px;}
.service_tel{ font-size:12px; font-family:"Microsoft YaHei",Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif; padding-left:22px; height:28px; line-height:28px; background:url(tel.png) no-repeat 5px center; }
/* -----------------------在线客服 */
